This function retrieves the GCTP projection code, zone code, spheroid code and the projection parameters of the grid. For GCTP projection information, see the HDF-EOS User’s Guide, Volume 2: Reference Guide provided by NASA.
Result = EOS_GD_PROJINFO(gridID, projcode, zonecode, spherecode, projparm)
Returns SUCCEED(0) if successful and FAIL(–1) otherwise
Grid id (long) returned by EOS_GD_CREATE or EOS_GD_ATTACH.
A named variable that will contain the GCTP projection code (long).
A named variable that will contain the GCTP zone code used by UTM projection (long).
A named variable that will contain the GCTP spheroid code (long).
A named variable that will contain the GCTP projection parameter array (double).
None
5.2 |
Introduced |